Fix the issue of P-tuning official sample error#8884
Fix the issue of P-tuning official sample error#8884wawltor merged 4 commits intoPaddlePaddle:developfrom
Conversation
|
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8884 +/- ##
===========================================
+ Coverage 55.29% 55.36% +0.07%
===========================================
Files 631 631
Lines 98888 98888
===========================================
+ Hits 54681 54751 +70
+ Misses 44207 44137 -70 ☔ View full report in Codecov by Sentry. |
|
请问如何通过codecov的target 58.00%的限制,我就调整了一行代码,其它并没有改动? |
可以先把workflow.yml去掉,上面的单测覆盖率要求不是required的;删除workflow.yml后我们来review代码以及合入 |
已删除workflow.yml |
Thank you very much for contributing your code to the PaddleNLP project. Your contribution is highly valuable to us. |
PR types
Bug fixes
PR changes
APIs
Description
fix the bug #8883 , change one function convert_ids_to_words in legacy/examples/few_shot/p-tuning/data.py